From 9c3f23b7e7b1d01064ba9da65b61f0d24af965fc Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 28 Mar 1993 05:20:42 +0000 Subject: [PATCH] (main): Call syms_of_xfaces. --- src/emacs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/emacs.c b/src/emacs.c index c0bec6b793c..ac4f391681a 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -547,6 +547,7 @@ main (argc, argv, envp) #ifdef HAVE_X_WINDOWS syms_of_xterm (); syms_of_xfns (); + syms_of_xfaces (); #ifdef HAVE_X11 syms_of_xselect (); #endif -- 2.30.2